home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-01-29 | 976 b | 39 lines | [TEXT/MPS ] |
- 68KOBJS = :•68kobjects•:
- PPCOBJS = :•PPCobjects•:
-
- LIBS = "{68KOBJS}"Builtins.o ∂
- "{68KOBJS}"PStrings.o ∂
- "{68KOBJS}"PHeap.o ∂
- "{68KOBJS}"PSets.o ∂
- "{PPCOBJS}"Builtins.o ∂
- "{PPCOBJS}"PStrings.o ∂
- "{PPCOBJS}"PHeap.o ∂
- "{PPCOBJS}"PSets.o
-
- "{68KOBJS}"Builtins.o ƒ Builtins.c Builtins.h
- SC Builtins.c -o "{68KOBJS}"Builtins.o -sym on
-
- "{PPCOBJS}"Builtins.o ƒ Builtins.c Builtins.h
- MrC Builtins.c -o "{PPCOBJS}"Builtins.o -sym on
-
- "{68KOBJS}"PStrings.o ƒ PStrings.c PStrings.h
- SC PStrings.c -o "{68KOBJS}"PStrings.o -sym on
-
- "{PPCOBJS}"PStrings.o ƒ PStrings.c PStrings.h
- MrC PStrings.c -o "{PPCOBJS}"PStrings.o -sym on
-
- "{68KOBJS}"PHeap.o ƒ PHeap.c PHeap.h
- SC PHeap.c -o "{68KOBJS}"PHeap.o -sym on
-
- "{PPCOBJS}"PHeap.o ƒ PHeap.c PHeap.h
- MrC PHeap.c -o "{PPCOBJS}"PHeap.o -sym on
-
- "{68KOBJS}"PSets.o ƒ PSets.c PSets.h
- SC PSets.c -o "{68KOBJS}"PSets.o -sym on
-
- "{PPCOBJS}"PSets.o ƒ PSets.c PSets.h
- MrC PSets.c -o "{PPCOBJS}"PSets.o -sym on
-
-
- All ƒ {LIBS}
-